home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ELEMENTS / RECT.OPD < prev    next >
Encoding:
Text File  |  1996-10-30  |  766 b   |  34 lines

  1. #[document 25.8789 162.029 152.021 199.421
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(32.95,192.35);
  16. l(32.95,169.10);
  17. l(144.95,169.10);
  18. l(144.95,192.35);
  19. l(32.95,192.35);
  20. close_edge();
  21. p=path();
  22. gc_color(0.00,0.00,0.00);
  23. s[0]=draw(p);
  24. gc_draw_style(stroked);
  25. gc_line_join_style(round);
  26. gc_stroke_width(10.00);
  27. gc_font_draw_style(0);
  28. gc_color(2.65,0.00,0.00);
  29. s[0]:=draw(p);
  30. page:=s[0];
  31. s=NULL;
  32. #]page
  33. #]document
  34.